home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / yrn2_089.zip / FRANCAIS.CMD < prev    next >
OS/2 REXX Batch file  |  1995-04-20  |  683b  |  24 lines

  1. @echo off
  2. if x%1 == x goto usage
  3. if not exist %1 mkdir %1
  4. copy *.bat %1 >nul
  5. copy *.exe %1 >nul
  6. copy francais.mai %1\mail.hlp >nul
  7. copy francais.new %1\news.hlp >nul
  8. copy *.doc %1 >nul
  9. copy global %1 >nul
  10. set YARN=%1
  11. echo Rajoutez cette ligne dans votre fichier CONFIG.SYS :
  12. echo SET YARN=%1
  13. echo.
  14. echo Important: Si vous aviez une version anterieure a 0.80 sur votre
  15. echo            systeme, lisez le fichier FRANCAIS.UPG.
  16. goto end
  17. :usage
  18. echo Utilisation : install [drive:]directory
  19. echo.
  20. echo Installe PC Yarn dans le repertoire specifie.
  21. echo Important : Choisissez un disque avec beaucoup d'espace libre.
  22. echo             Les news y seront stockees.
  23. :end
  24.